net/http.socksAddr.IP (field)
9 uses
net/http (current package)
socks_bundle.go#L132: a.IP = make(net.IP, net.IPv4len)
socks_bundle.go#L135: a.IP = make(net.IP, net.IPv6len)
socks_bundle.go#L152: if a.IP != nil {
socks_bundle.go#L153: copy(a.IP, b)
socks_bundle.go#L243: IP net.IP
socks_bundle.go#L254: if a.IP == nil {
socks_bundle.go#L257: return net.JoinHostPort(a.IP.String(), port)
socks_bundle.go#L410: a.IP = net.ParseIP(host)
socks_bundle.go#L411: if a.IP == nil {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |